• 0 Votes
    107 Posts
    13k Views
    JonathanLeeJ

    Great job, and you also learned port forwarding, ACL ordering, alias creation and much more. I love this forum you can learn so
    much. Now you just need a OpenVPN configured with a NAS server for private cloud use

  • Port Forward does not work..

    Firewalling
    71
    1 Votes
    71 Posts
    16k Views
    V

    @johnpoz said in Port Forward does not work..:

    But completely agree with you - in my multiple statements that nat reflection is an abomination

    That's the way I know you. 😊

    As I mentioned, I didn't read all posts and I missed the reason for doing NAT reflection.

  • Issue with bitmask

    NAT
    1
    0 Votes
    1 Posts
    338 Views
    No one has replied
  • How do you simplify LAN addresses?

    NAT
    4
    0 Votes
    4 Posts
    662 Views
    johnpozJ

    @sokonomi so your running sonarr - pretty sure you can change that default 8989 port. Are you running it as docker, you can also set the docker port to be something different and leave sonarr as 8989.

    As to accessing via just sonarr via some url link, you can set your box to use a search suffix so that just using host would auto do a dns query for whatever your search suffixes are, ie sonarr.yourdomain.tld

    I never get why this is of concern to so many - so what if the url is http://something.domaint.tld:port - once you create the bookmark, what does it matter just click the bookmark.

    Unless you were wanting to hand this off to users, and you feel the users are too stupid to understand putting the :port on the end of the url, or you concerned that port would not be available outbound from where they are at, etc.

    But if you provide more details of what your trying to accomplish we can go over all the different ways to skin that specific cat.

    but anything via just host name is going to be bad practice - you should always use fqdn when accessing resources.